/external/clang/include/clang/AST/ |
D | OperationKinds.h | 29 #define BINARY_OPERATION(Name, Spelling) BO_##Name, argument 34 #define UNARY_OPERATION(Name, Spelling) UO_##Name, argument
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.h | 24 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
D | IdentifierTable.h | 806 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/external/clang/utils/TableGen/ |
D | ClangCommentHTMLTagsEmitter.cpp | 44 std::string Spelling = Tag->getValueAsString("Spelling"); in EmitClangCommentHTMLTagsProperties() local
|
D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 58 std::string Spelling = Tag.getValueAsString("Spelling"); in EmitClangCommentHTMLNamedCharacterReferences() local
|
D | ClangAttrEmitter.cpp | 52 explicit FlattenedSpelling(const Record &Spelling) : in FlattenedSpelling() 77 for (const auto &Spelling : Spellings) { in GetFlattenedSpellings() local 1297 llvm::SmallString<64> Spelling; in writePrettyPrintFunction() local 1391 const FlattenedSpelling &Spelling) { in getSpellingListIndex() 1435 for (const auto &Spelling : in SpellingNamesAreCommon() local 1458 const std::string &Spelling = S.name(); in CreateSemanticSpellings() local 2255 for (const auto &Spelling : Spellings) { in GenerateHasAttrSpellingStringSwitch() local 3008 std::string Spelling; in EmitClangAttrParsedAttrKinds() local 3148 std::string Spelling = NormalizeNameForSpellingComparison(I->name()); in WriteDocumentation() local
|
/external/clang/lib/Rewrite/ |
D | TokenRewriter.cpp | 89 const char *Spelling; in AddTokenBefore() local
|
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.h | 86 const char *Spelling; variable
|
D | CXString.cpp | 100 char *Spelling = static_cast<char *>(malloc(String.size() + 1)); in createDup() local
|
/external/llvm/include/llvm/Option/ |
D | Arg.h | 44 StringRef Spelling; variable
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 745 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() argument 747 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() argument 1009 #define TYPE_TRAIT(N,Spelling,K) \ in isExpressionOrTypeSpecifierSimple() argument
|
D | ParseAST.cpp | 79 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); in print() local
|
D | ParseExprCXX.cpp | 2269 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in ParseUnqualifiedIdOperator() argument 2274 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in ParseUnqualifiedIdOperator() argument 2930 #define TYPE_TRAIT_1(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument 2932 #define TYPE_TRAIT_2(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument 2935 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument 2960 #define TYPE_TRAIT(N,Spelling,K) case tok::kw_##Spelling: return N; in TypeTraitArity() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/ |
D | Arg.h | 45 StringRef Spelling; variable
|
/external/llvm/lib/Option/ |
D | Option.cpp | 108 StringRef Spelling; in accept() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/ |
D | Option.cpp | 114 StringRef Spelling; in accept() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCExpr.cpp | 23 const char * const Spelling; member
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 719 Spelling section in Ownership qualification 764 .. _arc.ownership.spelling.property: 766 Property declarations
|
/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 78 LoopHintAttr::Spelling Spelling; in handleLoopHintAttr() local
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 263 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, in EvaluateValue() local
|
D | Preprocessor.cpp | 862 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); in parseSimpleIntegerLiteral() local
|
D | Lexer.cpp | 232 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow() 2193 std::string Spelling = PP->getSpelling(Result, &Invalid); in SaveLineComment() local
|
/external/clang/lib/AST/ |
D | DeclarationName.cpp | 180 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in print() argument
|
D | StmtPrinter.cpp | 1803 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in VisitCXXOperatorCallExpr() argument 2287 #define TYPE_TRAIT_1(Spelling, Name, Key) \ in getTypeTraitName() argument 2289 #define TYPE_TRAIT_2(Spelling, Name, Key) \ in getTypeTraitName() argument 2291 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in getTypeTraitName() argument
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 643 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in getOperatorSpelling() argument
|