Searched defs:NameRange (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 633 buildMatcherCtor(MatcherCtor Ctor,SourceRange NameRange,ArrayRef<ParserValue> Args,Diagnostics * Error) buildMatcherCtor() argument 802 constructMatcher(MatcherCtor Ctor,SourceRange NameRange,ArrayRef<ParserValue> Args,Diagnostics * Error) constructMatcher() argument 809 constructBoundMatcher(MatcherCtor Ctor,SourceRange NameRange,StringRef BindID,ArrayRef<ParserValue> Args,Diagnostics * Error) constructBoundMatcher() argument
|
H A D | Parser.cpp | 835 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, in actOnMatcherExpression() 864 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor()
|
/llvm-project/clang/unittests/ASTMatchers/Dynamic/ |
H A D | ParserTest.cpp | 40 buildMatcherCtor(MatcherCtor, SourceRange NameRange, in buildMatcherCtor() 61 SourceRange NameRange, in actOnMatcherExpression() 75 SourceRange NameRange; member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaAvailability.cpp | 595 CharSourceRange NameRange = CharSourceRange::getCharRange( DoEmitAvailabilityWarning() local
|
/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 2547 ProfileDagInit(FoldingSetNodeID & ID,Init * V,StringInit * VN,ArrayRef<Init * > ArgRange,ArrayRef<StringInit * > NameRange) ProfileDagInit() argument 2562 get(Init * V,StringInit * VN,ArrayRef<Init * > ArgRange,ArrayRef<StringInit * > NameRange) get() argument [all...] |
/llvm-project/bolt/lib/Core/ |
H A D | BinaryContext.cpp | 2125 auto NameRange = NameToSection.equal_range(Section.getName().str()); deregisterSectionName() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 1937 SourceRange NameRange{BeginLoc, EndLoc}; getFunNameText() local
|