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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DFileOffset.h26 bool isInvalid() const { return FID.isInvalid(); } function in class:clang::edit::FileOffset
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DParsedTemplate.h64 bool isInvalid() const { return Arg == 0; } function in class:clang::ParsedTemplateArgument
H A DOwnership.h159 bool isInvalid() const { return Invalid; } function in class:clang::ActionResult
200 bool isInvalid() const { return PtrWithInvalid & 0x01; } function in class:clang::ActionResult
H A DAttributeList.h332 bool isInvalid() const { return Invalid; } function in class:clang::AttributeList
H A DDeclSpec.h181 bool isInvalid() const { return isNotEmpty() && getScopeRep() == 0; } function in class:clang::CXXScopeSpec
930 bool isInvalid() const { return !isValid(); } function in class:clang::UnqualifiedId
[all...]
H A DSema.h6281 bool isInvalid() const { return Invalid; } function in struct:clang::Sema::InstantiatingTemplate
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h422 bool isInvalid() const { return !isValid(); } function in class:clang::MacroInfo
H A DPreprocessingRecord.h96 bool isInvalid() const { return Kind == InvalidKind; } function in class:clang::PreprocessedEntity
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DTokenLexer.cpp597 bool isInvalid = !TL.LexFromRawLexer(Result); local
H A DPPDirectives.cpp1947 bool isInvalid = false; local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h46 bool isInvalid() const { return ID == 0; } function in class:clang::FileID
108 bool isInvalid() const { return ID == 0; } function
207 bool isInvalid() const { return !isValid(); } function in class:clang::SourceLocation::SourceRange
261 bool isInvalid() const { return !isValid(); } function in class:clang::SourceLocation::CharSourceRange
370 bool isInvalid() const { return Filename == 0; } function in class:clang::SourceLocation::PresumedLoc
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp126 bool isInvalid() const { return SymbolicPart == 0; } function in class:__anon2668::XorOpnd
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp518 bool isInvalid = true; local
[all...]
H A DSemaTemplateInstantiateDecl.cpp710 bool isInvalid = false; local
[all...]
H A DSemaExpr.cpp3538 bool isInvalid = false; local
10614 bool isInvalid = false; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp34 bool isInvalid() const { return Rec == 0; } function in struct:llvm::SubClassReference
43 bool isInvalid() const { return MC == 0; } function in struct:llvm::SubMultiClassReference
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h273 bool isInvalid() const { function in class:clang::analyze_format_string::OptionalAmount
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1180 static bool isInvalid(SourceLocation Loc, bool *Invalid) { function
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2465 bool isInvalid = false; local
4428 bool isInvalid = false; local
5774 TryAltiVecTokenOutOfLine(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h532 TryAltiVecToken(DeclSpec &DS, SourceLocation Loc, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) argument

Completed in 386 milliseconds