Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h108 mutable llvm::FoldingSet<FunctionNoProtoType> FunctionNoProtoTypes; variable
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2856 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getFunctionNoProtoType()
2865 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos); in getFunctionNoProtoType()
2873 FunctionNoProtoTypes.InsertNode(New, InsertPos); in getFunctionNoProtoType()