Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DHLSLExternalSemaSource.h27 using CompletionFunction = std::function<void(CXXRecordDecl *)>; variable
28 llvm::DenseMap<CXXRecordDecl *, CompletionFunction> Completions;
34 void onCompletion(CXXRecordDecl *Record, CompletionFunction Fn);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dbarrier19 template<class CompletionFunction = see below>
28 CompletionFunction f = CompletionFunction());
41 CompletionFunction completion; // exposition only
270 …"barrier::barrier(ptrdiff_t, CompletionFunction): barrier cannot be initialized with a negative va…
273 "barrier::barrier(ptrdiff_t, CompletionFunction): barrier cannot be initialized with "
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp522 CompletionFunction Fn) { in onCompletion()