Home
last modified time | relevance | path

Searched defs:Keyword (Results 1 – 25 of 69) sorted by relevance

123

/external/javassist/src/main/javassist/compiler/ast/
DKeyword.java24 public class Keyword extends ASTree { class
29 public Keyword(int token) { in Keyword() method in Keyword
/external/one-true-awk/
Dlex.c40 typedef struct Keyword { struct
44 } Keyword; argument
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DModifier.java92 public enum Keyword { enum in Modifier
110 Keyword(String codeRepresentation) { in Keyword() method in Modifier.Keyword
/external/rust/crates/cexpr/src/
Dtoken.rs16 Keyword, enumerator
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamparser.h24 enum SyntaxType { EndOfData, Number, Keyword, Name, Others }; enumerator
/external/llvm/tools/llvm-pdbdump/
DLinePrinter.h71 Keyword, enumerator
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h770 const char *Keyword; member
880 : Keyword(Keyword), Priority(Priority), Kind(RK_Keyword), in Keyword() argument
/external/llvm-project/llvm/tools/llvm-pdbutil/
DLinePrinter.h144 Keyword, enumerator
/external/llvm-project/clang/lib/Sema/
DSemaCoroutine.cpp189 StringRef Keyword) { in isValidCoroutineContext()
628 StringRef Keyword, in checkCoroutineContext()
729 StringRef Keyword) { in ActOnCoroutineBodyStart()
809 StringRef Keyword) { in checkSuspensionContext()
/external/llvm-project/flang/lib/Semantics/
Drewrite-parse-tree.cpp51 bool Pre(parser::Keyword &) { return false; } in Pre()
/external/clang/lib/Basic/
DIdentifierTable.cpp160 static void AddKeyword(StringRef Keyword, in AddKeyword()
185 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp164 static void AddKeyword(StringRef Keyword, in AddKeyword()
189 static void AddCXXOperatorKeyword(StringRef Keyword, in AddCXXOperatorKeyword()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
/external/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp492 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
/external/llvm/lib/AsmParser/
DLLLexer.cpp490 StringRef Keyword(StartChar, CurPtr - StartChar); in LexIdentifier() local
/external/llvm-project/clang-tools-extra/clangd/
DQuality.h73 Keyword, enumerator
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-convert-member-functions-to-static.cpp203 #define T(FunctionName, Keyword) \ argument
Dreadability-make-member-function-const.cpp291 #define T(FunctionName, Keyword) \ argument
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp436 ElaboratedTypeKeyword Keyword = ETK_None; in getFullyQualifiedType() local
/external/llvm-project/clang/lib/AST/
DQualTypeNames.cpp433 ElaboratedTypeKeyword Keyword = ETK_None; in getFullyQualifiedType() local
DType.cpp2827 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword()
2842 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind()
2857 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName()
2872 ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, in DependentTemplateSpecializationType()
2894 ElaboratedTypeKeyword Keyword, in Profile()
2906 ElaboratedTypeKeyword Keyword; in isElaboratedTypeSpecifier() local
4378 AutoType::AutoType(QualType DeducedAsType, AutoTypeKeyword Keyword, in AutoType()
4398 QualType Deduced, AutoTypeKeyword Keyword, in Profile()
/external/clang/lib/Sema/
DSemaCoroutine.cpp104 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword) { in checkCoroutineContext()
/external/clang/lib/AST/
DType.cpp2416 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { in getTagTypeKindForKeyword()
2431 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { in KeywordIsTagTypeKind()
2446 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { in getKeywordName()
2461 ElaboratedTypeKeyword Keyword, in DependentTemplateSpecializationType()
2483 ElaboratedTypeKeyword Keyword, in Profile()
2495 ElaboratedTypeKeyword Keyword; in isElaboratedTypeSpecifier() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DQualityTests.cpp221 SymbolQualitySignals Keyword, Variable, Macro, Constructor, Function, in TEST() local
/external/llvm-project/clang/lib/Format/
DFormatTokenLexer.cpp356 auto &Keyword = *(Tokens.end() - 1); in tryMergeCSharpKeywordVariables() local

123