Home
last modified time | relevance | path

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

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