Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp591 if (Module *CurMod = getCurrentModule()) in getModuleForLocation() local
592 return CurMod; // Compiling a module. in getModuleForLocation()