HomeSort by: relevance | last modified time | path
    Searched refs:FunctionNoProtoTypes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 213 mutable llvm::FoldingSet<FunctionNoProtoType> FunctionNoProtoTypes;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 4175 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos))
4185 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos);
4192 FunctionNoProtoTypes.InsertNode(New, InsertPos);

Completed in 22 milliseconds