Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1112 const FunctionProtoTypeLoc getFunctionProtoTypeLoc() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp529 CodeCompleteConsumer::OverloadCandidate::getFunctionProtoTypeLoc() const { in getFunctionProtoTypeLoc() function in CodeCompleteConsumer::OverloadCandidate
H A DSemaCodeComplete.cpp3922 getFunctionProtoTypeLoc(), Result, CurrentArg); in CreateSignatureString()