Home
last modified time | relevance | path

Searched refs:getDirective (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h430 const DefMacroDirective *getDirective() const { return DefDirective; } in getDirective() function
431 DefMacroDirective *getDirective() { return DefDirective; } in getDirective() function
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp302 if (Def.getDirective()->isAmbiguous()) { in HandleMacroExpandedIdentifier()
313 if (!PrevDef.getDirective()->isAmbiguous()) in HandleMacroExpandedIdentifier()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1968 DefMacroDirective *PrevDef = Prev ? Prev->getDefinition().getDirective() in removeOverriddenMacros()