Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DHLSLExternalSemaSource.h34 void onCompletion(CXXRecordDecl *Record, CompletionFunction Fn);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp502 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations()
513 onCompletion(Decl, [this](CXXRecordDecl *Decl) { in defineHLSLTypesWithForwardDeclarations()
521 void HLSLExternalSemaSource::onCompletion(CXXRecordDecl *Record, in onCompletion() function in HLSLExternalSemaSource