OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVarName
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp
736
static std::string
getVarName
(InstrProfIncrementInst *Inc, StringRef Prefix) {
852
std::string DataVarName =
getVarName
(Inc, getInstrProfDataVarPrefix());
876
getVarName
(Inc, getInstrProfCountersVarPrefix()));
898
getVarName
(Inc, getInstrProfValuesVarPrefix()));
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclOpenMP.h
359
DeclarationName
getVarName
() { return VarName; }
/src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h
224
StringRef
getVarName
() const { return VarName; }
FileCheck.cpp
1271
return ErrorDiagnostic::get(SM, E.
getVarName
(),
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
1717
Out << D->
getVarName
();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
1874
Record.AddDeclarationName(D->
getVarName
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
3377
DeclarationName VN = D->
getVarName
();
Completed in 40 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026