reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
379 DefInfo getDefinition();
381 return const_cast<MacroDirective *>(this)->getDefinition(); 393 MacroInfo *getMacroInfo() { return getDefinition().getMacroInfo(); } 478 return DefDirective->getPrevious()->getDefinition();tools/clang/include/clang/Lex/Preprocessor.h
1070 if (!MD || MD->getDefinition().isUndefined())
tools/clang/lib/Frontend/CompilerInstance.cpp 1364 auto LatestDef = LatestLocalMD->getDefinition();
tools/clang/tools/libclang/CIndex.cpp 8813 Def = MD->getDefinition(); Def; Def = Def.getPreviousDefinition()) {