Searched refs:getDirective (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DDirectiveParser.cpp39 DirectiveType getDirective(const pp::Token *token) function in namespace:__anon11525
260 DirectiveType directive = getDirective(token);
331 assert(getDirective(token) == DIRECTIVE_DEFINE);
413 assert(getDirective(token) == DIRECTIVE_UNDEF);
442 assert(getDirective(token) == DIRECTIVE_IF);
448 assert(getDirective(token) == DIRECTIVE_IFDEF);
454 assert(getDirective(token) == DIRECTIVE_IFNDEF);
460 assert(getDirective(token) == DIRECTIVE_ELSE);
501 assert(getDirective(token) == DIRECTIVE_ELIF);
541 assert(getDirective(toke
[all...]
/external/clang/include/clang/Lex/
H A DMacroInfo.h403 const DefMacroDirective *getDirective() const { return DefDirective; }
404 DefMacroDirective *getDirective() { return DefDirective; }
/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp295 if (Def.getDirective()->isAmbiguous()) {
306 if (!PrevDef.getDirective()->isAmbiguous())
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/Serialization/
H A DASTReader.cpp1911 DefMacroDirective *PrevDef = Prev ? Prev->getDefinition().getDirective()

Completed in 2054 milliseconds