Home
last modified time | relevance | path

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

/freebsd-13.1/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()
1205 if (origin_iface_decl.IsInvalid()) in FindObjCPropertyAndIvarDeclsWithOrigin()
1432 if (parser_decl.IsInvalid()) in ImportOffsetMap()
1462 if (origin_base_record.IsInvalid()) in ExtractBaseOffsets()
1468 if (origin_base_cxx_record.IsInvalid()) in ExtractBaseOffsets()
1505 if (origin_record.IsInvalid()) in layoutRecordType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp97 bool IsInvalid = llvm::errorToBool(validateEditRange(Range, SM)); in getRangeForEdit() local
98 if (IsInvalid) in getRangeForEdit()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp325 bool IsInvalid; member
418 Calls.IsInvalid = true; in buildCoawaitCalls()
439 Calls.IsInvalid = true; in buildCoawaitCalls()
447 Calls.IsInvalid = true; in buildCoawaitCalls()
480 Calls.IsInvalid = true; in buildCoawaitCalls()
891 if (RSS.IsInvalid) in BuildResolvedCoawaitExpr()
946 if (RSS.IsInvalid) in BuildCoyieldExpr()
H A DSemaDeclCXX.cpp78 bool IsInvalid = false; in VisitExpr() local
80 IsInvalid |= Visit(SubStmt); in VisitExpr()
81 return IsInvalid; in VisitExpr()
7961 bool IsInvalid = false; member
7965 IsInvalid |= S.isInvalid(); in add()
7966 if (IsInvalid) in add()
7998 if (Stmts.IsInvalid) in build()
10922 bool IsInvalid = false; in ActOnStartNamespaceDef() local
10957 IsInvalid = true; in ActOnStartNamespaceDef()
10989 if (IsInvalid) in ActOnStartNamespaceDef()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DRegisterBankInfo.cpp382 bool IsInvalid, unsigned ID, unsigned Cost, in getInstructionMappingImpl() argument
385 assert(((IsInvalid && ID == InvalidMappingID && Cost == 0 && in getInstructionMappingImpl()
387 !IsInvalid) && in getInstructionMappingImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h85 bool IsInvalid = false; variable
217 return IsInvalid; in isInvalid()
510 IsInvalid = true; in ~LoopBase()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h518 getInstructionMappingImpl(bool IsInvalid, unsigned ID = InvalidMappingID,
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp506 bool IsInvalid = false; in ParseRHSOfBinaryExpression() local
508 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid); in ParseRHSOfBinaryExpression()
509 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
511 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid); in ParseRHSOfBinaryExpression()
512 if (!IsInvalid && *SourcePtr == ' ') { in ParseRHSOfBinaryExpression()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3771 IsInvalid = 0, enumerator
3790 WhatIs(IsInvalid) {} in MDEitherFieldImpl()