/external/clang/utils/TableGen/ |
D | ClangCommentHTMLTagsEmitter.cpp | 27 std::string Spelling = Tag->getValueAsString("Spelling"); in EmitClangCommentHTMLTags() local 45 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 | 38 explicit FlattenedSpelling(const Record &Spelling) : in FlattenedSpelling() 60 for (const auto &Spelling : Spellings) { in GetFlattenedSpellings() local 1074 llvm::SmallString<64> Spelling; in writePrettyPrintFunction() local 1150 const FlattenedSpelling &Spelling) { in getSpellingListIndex() 1194 for (const auto &Spelling : in SpellingNamesAreCommon() local 1217 std::string Spelling = S.name(); in CreateSemanticSpellings() local 2530 std::string Spelling, Variety = S.variety(); in EmitClangAttrParsedAttrKinds() local 2697 std::string Spelling = NormalizeNameForSpellingComparison(I->name()); in WriteDocumentation() local
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.h | 24 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
D | IdentifierTable.h | 770 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 676 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() argument 678 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() argument 943 #define TYPE_TRAIT(N,Spelling,K) \ in isExpressionOrTypeSpecifierSimple() argument
|
D | ParseAST.cpp | 66 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); in print() local
|
D | ParseExprCXX.cpp | 2116 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in ParseUnqualifiedIdOperator() argument 2121 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in ParseUnqualifiedIdOperator() argument 2741 #define TYPE_TRAIT_1(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument 2743 #define TYPE_TRAIT_2(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument 2746 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in TypeTraitFromTokKind() argument 2771 #define TYPE_TRAIT(N,Spelling,K) case tok::kw_##Spelling: return N; in TypeTraitArity() argument
|
D | Parser.cpp | 139 const char *Spelling = nullptr; in ExpectAndConsume() local
|
D | ParseExpr.cpp | 1123 #define TYPE_TRAIT(N,Spelling,K) \ in ParseCastExpression() argument
|
/external/clang/lib/Rewrite/Core/ |
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/llvm/lib/Option/ |
D | Option.cpp | 107 StringRef Spelling; in accept() local
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentMarker.h | 49 Spelling = 1 << SpellingMarkerIndex, enumerator
|
/external/clang/docs/ |
D | AutomaticReferenceCounting.rst | 711 Spelling section in Ownership qualification 756 .. _arc.ownership.spelling.property: 758 Property declarations
|
/external/clang/lib/Lex/ |
D | PPExpressions.cpp | 215 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, in EvaluateValue() local
|
D | Preprocessor.cpp | 780 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); in parseSimpleIntegerLiteral() local
|
D | Lexer.cpp | 238 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow() 2164 std::string Spelling = PP->getSpelling(Result, &Invalid); in SaveLineComment() local
|
D | PPDirectives.cpp | 139 std::string Spelling = getSpelling(MacroNameTok, &Invalid); in CheckMacroName() local
|
/external/clang/lib/AST/ |
D | DeclarationName.cpp | 171 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in operator <<() argument
|
D | StmtPrinter.cpp | 1410 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in VisitCXXOperatorCallExpr() argument 1856 #define TYPE_TRAIT_1(Spelling, Name, Key) \ in getTypeTraitName() argument 1858 #define TYPE_TRAIT_2(Spelling, Name, Key) \ in getTypeTraitName() argument 1860 #define TYPE_TRAIT_N(Spelling, Name, Key) \ in getTypeTraitName() argument
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 562 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in getOperatorSpelling() argument
|
/external/lldb/source/Symbol/ |
D | ClangASTContext.cpp | 1636 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) case OO_##Name: return che… in CheckOverloadedOperatorKindParameterCount() argument
|