Searched defs:getBuiltinID (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | Function.h | 178 unsigned getBuiltinID() const { return F->getBuiltinID(); } getBuiltinID() function |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCall.h | 156 unsigned getBuiltinID() const { getBuiltinID() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ | ||
H A D | IdentifierTable.h | 347 unsigned getBuiltinID() const { getBuiltinID() function |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | Decl.cpp | 3574 unsigned FunctionDecl::getBuiltinID(bool ConsiderWrapperFunctions) const { getBuiltinID() function in FunctionDecl |