Searched refs:Spelling (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp3946 StringRef Spelling = PP.getSpelling(ExpansionLoc, ExpansionBuf); local
3947 if (Spelling == "__clang__") {
3976 StringRef Spelling = PP.getSpelling(SpellingLoc, SpellingBuf); local
3977 if (isLetter(Spelling[0])) {
3979 return &PP.getIdentifierTable().get(Spelling);
H A DParseExpr.cpp1632 #define TYPE_TRAIT(N,Spelling,K) \
1633 case tok::kw_##Spelling:
H A DParsePragma.cpp1173 #define ATTR_MATCH_RULE(Value, Spelling, IsAbstract) \
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp619 SourceLocation SourceManager::createTokenSplitLoc(SourceLocation Spelling, argument
625 ExpansionInfo::createForTokenSplit(Spelling, TokenStart, TokenEnd),
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp249 static clang::MSInheritanceAttr::Spelling
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1296 #define UNARY_OPERATION(Name, Spelling) case UO_##Name: return Spelling;
2049 #define BINARY_OPERATION(Name, Spelling) case BO_##Name: return Spelling;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3124 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \
3126 OperatorName = "operator" Spelling; \
3128 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemberOnly)
5566 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \
5568 Results.AddResult(Result(Spelling));
H A DSemaType.cpp1248 static OpenCLAccessAttr::Spelling
1252 return static_cast<OpenCLAccessAttr::Spelling>(AL.getSemanticSpelling());
1670 llvm_unreachable("Spelling not yet calculated"); \
8063 MSInheritanceAttr::Spelling(IM)));
H A DSemaDeclCXX.cpp3428 static_cast<FinalAttr::Spelling>(VS.isFinalSpelledSealed())));
15088 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
H A DTreeTransform.h10427 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
10429 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly)
H A DSemaDecl.cpp15833 static_cast<FinalAttr::Spelling>(IsFinalSpelledSealed)));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6144 const char *Spelling; member in struct:__anon5075::PrefixEntry
6157 return PE.Spelling == IDVal;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp1509 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \

Completed in 614 milliseconds

12