/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CoroutineStmtBuilder.h | 53 bool isInvalid() const { return !this->IsValid; } in isInvalid() function
|
H A D | DeclSpec.cpp | 678 bool isInvalid = true; in SetStorageClassSpec() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiffInternal.h | 38 bool isInvalid() const { return Id == InvalidNodeId; } in isInvalid() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | FileOffset.h | 26 bool isInvalid() const { return FID.isInvalid(); } in isInvalid() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ParsedTemplate.h | 69 bool isInvalid() const { return Arg == nullptr; } in isInvalid() function 233 bool isInvalid() const { return hasInvalidName() || hasInvalidArgs(); } in isInvalid() function
|
H A D | ScopeInfo.h | 661 bool isInvalid() const { return Invalid; } in isInvalid() function
|
H A D | ParsedAttr.h | 359 bool isInvalid() const { return Invalid; } in isInvalid() function
|
H A D | DeclSpec.h | 213 bool isInvalid() const { return Range.isValid() && getScopeRep() == nullptr; } in isInvalid() function 1104 bool isInvalid() const { return !isValid(); } in isInvalid() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 46 bool isInvalid() const { return ID == 0; } in isInvalid() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | EvaluationResult.h | 88 bool isInvalid() const { return Kind == Invalid; } in isInvalid() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 55 bool isInvalid() const { return !Filename; } in isInvalid() function
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclID.h | 128 bool isInvalid() const { return ID == PREDEF_DECL_NULL_ID; } in isInvalid() function
|
H A D | RawCommentList.h | 54 bool isInvalid() const LLVM_READONLY { in isInvalid() function
|
H A D | FormatString.h | 369 bool isInvalid() const { in isInvalid() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallBitVector.h | 684 bool isInvalid() const { return X == (uintptr_t)-1; } in isInvalid() function
|
H A D | BitVector.h | 689 bool isInvalid() const { return Size == (unsigned)-1; } in isInvalid() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 107 bool isInvalid() const { return Kind == InvalidKind; } in isInvalid() function
|
H A D | MacroInfo.h | 391 bool isInvalid() const { return !isValid(); } in isInvalid() function
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 839 bool isInvalid = !TL.LexFromRawLexer(Result); in pasteTokens() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfo.h | 217 bool isInvalid() const { isInvalid() function [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 333 bool isInvalid() const { return isa_and_nonnull<til::Undefined>(sexpr()); } in isInvalid() function
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 42 bool isInvalid() const { return Rec == nullptr; } in isInvalid() function 52 bool isInvalid() const { return MC == nullptr; } in isInvalid() function
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 3602 bool isInvalid = false; in ParseDeclarationSpecifiers() local 6420 bool isInvalid = false; in ParseTypeQualifierListOpt() local 8459 bool &isInvalid) { in TryAltiVecTokenOutOfLine()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 684 bool isInvalid() const { return Stage == IS_INVALID; } in isInvalid() function
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 542 bool isInvalid() const { return Length == 0; } in isInvalid() function
|