HomeSort by relevance Sort by last modified time
    Searched refs:isImported (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/Lex/
MacroInfo.h 299 bool IsImported : 1;
319 IsImported(false), IsPublic(true), IsHidden(false), IsAmbiguous(false),
324 MacroDirective(MacroInfo *MI, SourceLocation Loc, bool isImported)
326 IsImported(isImported), IsPublic(true), IsHidden(false),
378 bool isImported() const { return IsImported; }
Preprocessor.h 564 SourceLocation Loc, bool isImported);
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 47 SourceLocation Loc, bool isImported) {
50 MacroDirective *MD = AllocateMacroDirective(MI, Loc, isImported);
64 assert(MD->isImported() && "Macro is not from an AST?");
81 if (MD->isDefined() && StoredMD->isImported()) {
132 assert(MD->isImported() && "Macro must be from the AST");
    [all...]
PPDirectives.cpp 62 bool isImported) {
64 new (MD) MacroDirective(MI, Loc, isImported);
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 80 milliseconds