Home
last modified time | relevance | path

Searched defs:getDirective (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/Lex/
DMacroInfo.h349 const DefMacroDirective *getDirective() const { return DefDirective; } in getDirective() function
350 DefMacroDirective *getDirective() { return DefDirective; } in getDirective() function
/external/clang/include/clang/Lex/
DMacroInfo.h364 const DefMacroDirective *getDirective() const { return DefDirective; } in getDirective() function
365 DefMacroDirective *getDirective() { return DefDirective; } in getDirective() function
/external/angle/src/compiler/preprocessor/
DDirectiveParser.cpp45 DirectiveType getDirective(const pp::Token *token) in getDirective() function
/external/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.cpp49 static DirectiveType getDirective(const pp::Token *token) in getDirective() function
/external/angle/src/compiler/translator/
DIntermNode.h1013 PreprocessorDirective getDirective() const { return mDirective; } in getDirective() function
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp613 OpenMPDirectiveKind getDirective(unsigned Level) const { in getDirective() function in __anon0bb9e2bb0111::DSAStackTy