Home
last modified time | relevance | path

Searched defs:Spelling (Results 1 – 25 of 30) sorted by relevance

12

/external/clang/utils/TableGen/
DClangCommentHTMLTagsEmitter.cpp27 std::string Spelling = Tag->getValueAsString("Spelling"); in EmitClangCommentHTMLTags() local
45 std::string Spelling = Tag->getValueAsString("Spelling"); in EmitClangCommentHTMLTagsProperties() local
DClangCommentHTMLNamedCharacterReferenceEmitter.cpp58 std::string Spelling = Tag.getValueAsString("Spelling"); in EmitClangCommentHTMLNamedCharacterReferences() local
DClangAttrEmitter.cpp38 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/
DOperatorKinds.h24 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
DIdentifierTable.h770 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/external/clang/lib/Parse/
DParseTentative.cpp676 #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
DParseAST.cpp66 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); in print() local
DParseExprCXX.cpp2116 #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
DParser.cpp139 const char *Spelling = nullptr; in ExpectAndConsume() local
DParseExpr.cpp1123 #define TYPE_TRAIT(N,Spelling,K) \ in ParseCastExpression() argument
/external/clang/lib/Rewrite/Core/
DTokenRewriter.cpp89 const char *Spelling; in AddTokenBefore() local
/external/clang/tools/libclang/
DCXLoadedDiagnostic.h86 const char *Spelling; variable
DCXString.cpp100 char *Spelling = static_cast<char *>(malloc(String.size() + 1)); in createDup() local
/external/llvm/include/llvm/Option/
DArg.h44 StringRef Spelling; variable
/external/llvm/lib/Option/
DOption.cpp107 StringRef Spelling; in accept() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentMarker.h49 Spelling = 1 << SpellingMarkerIndex, enumerator
/external/clang/docs/
DAutomaticReferenceCounting.rst711 Spelling section in Ownership qualification
756 .. _arc.ownership.spelling.property:
758 Property declarations
/external/clang/lib/Lex/
DPPExpressions.cpp215 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, in EvaluateValue() local
DPreprocessor.cpp780 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); in parseSimpleIntegerLiteral() local
DLexer.cpp238 const LangOptions &LangOpts, char *Spelling) { in getSpellingSlow()
2164 std::string Spelling = PP->getSpelling(Result, &Invalid); in SaveLineComment() local
DPPDirectives.cpp139 std::string Spelling = getSpelling(MacroNameTok, &Invalid); in CheckMacroName() local
/external/clang/lib/AST/
DDeclarationName.cpp171 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in operator <<() argument
DStmtPrinter.cpp1410 #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/
DIdentifierTable.cpp562 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in getOperatorSpelling() argument
/external/lldb/source/Symbol/
DClangASTContext.cpp1636 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) case OO_##Name: return che… in CheckOverloadedOperatorKindParameterCount() argument

12