Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h108 mutable llvm::FoldingSet<FunctionNoProtoType> FunctionNoProtoTypes; variable
/external/clang/lib/AST/
DASTContext.cpp2877 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getFunctionNoProtoType()
2886 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos); in getFunctionNoProtoType()
2894 FunctionNoProtoTypes.InsertNode(New, InsertPos); in getFunctionNoProtoType()