HomeSort by relevance Sort by last modified time
    Searched defs:getMacroInfo (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Lex/
Preprocessor.h 546 const MacroInfo *getMacroInfo(IdentifierInfo *II) const {
547 return const_cast<Preprocessor*>(this)->getMacroInfo(II);
550 MacroInfo *getMacroInfo(IdentifierInfo *II) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 544 getMacroInfo(cxcursor::getCursorMacroDefinition(Cursor), TU);
    [all...]

Completed in 23 milliseconds