Searched defs:isImported (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Lex/
H A DMacroInfo.h466 DefMacroDirective(MacroInfo *MI, SourceLocation Loc, bool isImported) argument
469 IsImported = isImported;
477 bool isImported() const { return IsImported; } function in class:DefMacroDirective
H A DPreprocessor.h608 bool isImported) {
609 DefMacroDirective *MD = AllocateDefMacroDirective(MI, Loc, isImported);
1375 bool isImported);
606 appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, SourceLocation Loc, bool isImported) argument
/external/clang/lib/Lex/
H A DPPDirectives.cpp80 bool isImported) {
82 new (MD) DefMacroDirective(MI, Loc, isImported);
79 AllocateDefMacroDirective(MacroInfo *MI, SourceLocation Loc, bool isImported) argument
/external/clang/lib/Serialization/
H A DASTReader.cpp1738 return PP.AllocateDefMacroDirective(MI, ImportLoc, /*isImported=*/true);
1831 bool isImported = Record[Idx++]; local
1834 PP.AllocateDefMacroDirective(MI, Loc, isImported);
/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 ...

Completed in 395 milliseconds