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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
H A DMacroInfo.h470 DefMacroDirective(MacroInfo *MI, SourceLocation Loc, bool isImported) argument
481 bool isImported() const { return IsImported; } function in class:DefMacroDirective
H A DPreprocessor.h561 appendDefMacroDirective(IdentifierInfo *II, MacroInfo *MI, SourceLocation Loc, bool isImported) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPDirectives.cpp78 AllocateDefMacroDirective(MacroInfo *MI, SourceLocation Loc, bool isImported) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1561 bool isImported = Record[Idx++]; local

Completed in 206 milliseconds