Searched defs:isInvalid (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DCoroutineStmtBuilder.h53 bool isInvalid() const { return !this->IsValid; } function in class:clang::CoroutineStmtBuilder
H A DDeclSpec.cpp625 bool isInvalid = true; local
[all...]
H A DSemaTemplateInstantiateDecl.cpp1293 bool isInvalid = false; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiffInternal.h42 bool isInvalid() const { return Id == InvalidNodeId; } function in struct:clang::diff::NodeId
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DFileOffset.h26 bool isInvalid() const { return FID.isInvalid(); } function in class:clang::edit::FileOffset
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h70 bool isInvalid() const { return Arg == nullptr; } function in class:clang::ParsedTemplateArgument
H A DOwnership.h166 bool isInvalid() const { return Invalid; } function in class:clang::ActionResult
208 bool isInvalid() const { return PtrWithInvalid & 0x01; } function in class:clang::ActionResult
H A DParsedAttr.h344 bool isInvalid() const { return Invalid; } function in class:clang::final
H A DScopeInfo.h591 bool isInvalid() const { return Invalid; } function in class:clang::sema::Capture
H A DDeclSpec.h194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; } function in class:clang::CXXScopeSpec
1039 bool isInvalid() const { return !isValid(); } function in class:clang::UnqualifiedId
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h55 bool isInvalid() const { return !Filename; } function in class:__ubsan::SourceLocation
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h109 bool isInvalid() const { return Kind == InvalidKind; } function in class:clang::PreprocessedEntity
H A DMacroInfo.h365 bool isInvalid() const { return !isValid(); } function in class:clang::MacroInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h323 bool isInvalid() const { return sexpr() && isa<til::Undefined>(sexpr()); } function in class:clang::threadSafety::CapabilityExpr
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h45 bool isInvalid() const { return ID == 0; } function in class:clang::FileID
107 bool isInvalid() const { return ID == 0; } function
223 bool isInvalid() const { return !isValid(); } function in class:clang::SourceLocation::SourceRange
289 bool isInvalid() const { return !isValid(); } function in class:clang::SourceLocation::CharSourceRange
315 bool isInvalid() const { return Filename == nullptr; } function in class:clang::SourceLocation::PresumedLoc
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenLexer.cpp840 bool isInvalid = !TL.LexFromRawLexer(Result); local
H A DPPDirectives.cpp2518 bool isInvalid = false; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp100 bool isInvalid() const { return SymbolicPart == nullptr; } function in class:llvm::reassociate::XorOpnd
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h198 bool isInvalid() const { function in class:llvm::LoopBase
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp43 bool isInvalid() const { return Rec == nullptr; } function in struct:llvm::SubClassReference
53 bool isInvalid() const { return MC == nullptr; } function in struct:llvm::SubMultiClassReference
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1199 static bool isInvalid(LocType Loc, bool *Invalid) { function
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h345 bool isInvalid() const { function in class:clang::analyze_format_string::OptionalAmount
H A DDeclCXX.h1816 bool isInvalid() const { function in class:clang::ExplicitSpecifier
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2995 SetupFixedPointError(const LangOptions &LangOpts, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument
3051 bool isInvalid = false; local
3826 SetupFixedPointError(getLangOpts(), PrevSpec, DiagID, isInvalid); local
3834 SetupFixedPointError(getLangOpts(), PrevSpec, DiagID, isInvalid); local
3842 SetupFixedPointError(getLangOpts(), PrevSpec, DiagID, isInvalid); local
5415 bool isInvalid = false; local
7230 TryAltiVecTokenOutOfLine(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h840 TryAltiVecToken(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument

Completed in 506 milliseconds

12