/openbsd/gnu/llvm/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 | 632 bool isInvalid() const { return Invalid; } in isInvalid() function
|
H A D | DeclSpec.h | 196 bool isInvalid() const { return Range.isValid() && getScopeRep() == nullptr; } in isInvalid() function 1052 bool isInvalid() const { return !isValid(); } in isInvalid() function
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | CoroutineStmtBuilder.h | 53 bool isInvalid() const { return !this->IsValid; } in isInvalid() function
|
H A D | DeclSpec.cpp | 662 bool isInvalid = true; in SetStorageClassSpec() local
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiffInternal.h | 38 bool isInvalid() const { return Id == InvalidNodeId; } in isInvalid() function
|
/openbsd/gnu/llvm/clang/include/clang/Edit/ |
H A D | FileOffset.h | 26 bool isInvalid() const { return FID.isInvalid(); } in isInvalid() function
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 45 bool isInvalid() const { return ID == 0; } in isInvalid() function
|
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/ |
H A D | ubsan_value.h | 55 bool isInvalid() const { return !Filename; } in isInvalid() function
|
/openbsd/gnu/llvm/clang/utils/ |
H A D | ClangDataFormat.py | 43 def isInvalid(self): member in SourceLocation
|
/openbsd/gnu/llvm/llvm/lib/TargetParser/ |
H A D | RISCVTargetParser.cpp | 26 bool isInvalid() const { return DefaultMarch.empty(); } in isInvalid() function
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | RawCommentList.h | 54 bool isInvalid() const LLVM_READONLY { in isInvalid() function
|
H A D | FormatString.h | 358 bool isInvalid() const { in isInvalid() function
|
/openbsd/gnu/llvm/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 | 682 bool isInvalid() const { return Size == (unsigned)-1; } in isInvalid() function
|
/openbsd/gnu/llvm/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 107 bool isInvalid() const { return Kind == InvalidKind; } in isInvalid() function
|
H A D | MacroInfo.h | 388 bool isInvalid() const { return !isValid(); } in isInvalid() function
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | TokenLexer.cpp | 840 bool isInvalid = !TL.LexFromRawLexer(Result); in pasteTokens() local
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 333 bool isInvalid() const { return sexpr() && isa<til::Undefined>(sexpr()); } in isInvalid() function
|
/openbsd/gnu/llvm/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 3142 bool &isInvalid) { in SetupFixedPointError() 3203 bool isInvalid = false; in ParseDeclarationSpecifiers() local 5812 bool isInvalid = false; in ParseTypeQualifierListOpt() local 7757 bool &isInvalid) { in TryAltiVecTokenOutOfLine()
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 232 bool isInvalid() const { in isInvalid() function
|
/openbsd/gnu/llvm/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 43 bool isInvalid() const { return Rec == nullptr; } in isInvalid() function 53 bool isInvalid() const { return MC == nullptr; } in isInvalid() function
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 491 bool isInvalid() const { return Length == 0; } in isInvalid() function
|
/openbsd/gnu/llvm/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 684 bool isInvalid() const { return Stage == IS_INVALID; } in isInvalid() function
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 83 bool isInvalid() const { return *this == PPRegion(); } in isInvalid() function in __anon0793a8420111::PPRegion
|