Searched refs:getMacroDirectivesOffset (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Serialization/
H A DASTWriter.h580 uint64_t getMacroDirectivesOffset(const IdentifierInfo *Name);
/external/clang/lib/Serialization/
H A DASTWriter.cpp3201 LE.write<uint32_t>(Writer.getMacroDirectivesOffset(II));
4692 uint64_t ASTWriter::getMacroDirectivesOffset(const IdentifierInfo *Name) { function in class:ASTWriter

Completed in 638 milliseconds