Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h214 mutable llvm::FoldingSet<FunctionNoProtoType> FunctionNoProtoTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4709 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getFunctionNoProtoType()
4719 FunctionNoProtoTypes.FindNodeOrInsertPos(ID, InsertPos); in getFunctionNoProtoType()
4726 FunctionNoProtoTypes.InsertNode(New, InsertPos); in getFunctionNoProtoType()