Home
last modified time | relevance | path

Searched refs:getFunctionProtoTypeLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1126 const FunctionProtoTypeLoc getFunctionProtoTypeLoc() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp535 CodeCompleteConsumer::OverloadCandidate::getFunctionProtoTypeLoc() const { in getFunctionProtoTypeLoc() function in CodeCompleteConsumer::OverloadCandidate
H A DSemaCodeComplete.cpp4034 getFunctionProtoTypeLoc(), Result, CurrentArg); in CreateSignatureString()