Home
last modified time | relevance | path

Searched refs:IsInvalid (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp130 bool IsInvalid = llvm::errorToBool(validateEditRange(Range, SM)); in getFileRangeForEdit() local
131 if (IsInvalid) in getFileRangeForEdit()
141 bool IsInvalid = in getFileRange() local
143 if (IsInvalid) in getFileRange()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h71 bool IsInvalid = false; variable
219 return IsInvalid; in isInvalid()
502 IsInvalid = true; in ~LoopBase()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp713 bool IsInvalid() const { return !IsValid(); } in IsInvalid() function in TaggedASTDecl
753 if (parser_generic_decl.IsInvalid()) in Import()
1196 if (origin_iface_decl.IsInvalid()) in FindObjCPropertyAndIvarDeclsWithOrigin()
1420 if (parser_decl.IsInvalid()) in ImportOffsetMap()
1450 if (origin_base_record.IsInvalid()) in ExtractBaseOffsets()
1456 if (origin_base_cxx_record.IsInvalid()) in ExtractBaseOffsets()
1493 if (origin_record.IsInvalid()) in layoutRecordType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp299 bool IsInvalid; member
472 Calls.IsInvalid = true; in buildCoawaitCalls()
493 Calls.IsInvalid = true; in buildCoawaitCalls()
501 Calls.IsInvalid = true; in buildCoawaitCalls()
538 Calls.IsInvalid = true; in buildCoawaitCalls()
992 if (RSS.IsInvalid) in BuildResolvedCoawaitExpr()
1050 if (RSS.IsInvalid) in BuildCoyieldExpr()
H A DSemaDeclCXX.cpp88 bool IsInvalid = false; in VisitExpr() local
91 IsInvalid |= Visit(SubStmt); in VisitExpr()
92 return IsInvalid; in VisitExpr()
8388 bool IsInvalid = false; member
8392 IsInvalid |= S.isInvalid(); in add()
8393 if (IsInvalid) in add()
8425 if (Stmts.IsInvalid) in build()
11622 bool IsInvalid = false; in ActOnStartNamespaceDef() local
11674 IsInvalid = true; in ActOnStartNamespaceDef()
11708 if (IsInvalid) in ActOnStartNamespaceDef()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterBankInfo.cpp384 bool IsInvalid, unsigned ID, unsigned Cost, in getInstructionMappingImpl() argument
387 assert(((IsInvalid && ID == InvalidMappingID && Cost == 0 && in getInstructionMappingImpl()
389 !IsInvalid) && in getInstructionMappingImpl()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h526 getInstructionMappingImpl(bool IsInvalid, unsigned ID = InvalidMappingID,
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp518 bool IsInvalid = false; in ParseRHSOfBinaryExpression() local
520 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()
521 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
523 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()
524 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4309 IsInvalid = 0, enumerator
4328 WhatIs(IsInvalid) {} in MDEitherFieldImpl()