OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getVarianceLoc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
873
SourceLocation diagLoc = newTypeParam->
getVarianceLoc
();
885
diag << FixItHint::CreateRemoval(newTypeParam->
getVarianceLoc
());
899
diag << FixItHint::CreateReplacement(newTypeParam->
getVarianceLoc
(),
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
632
SourceLocation
getVarianceLoc
() const { return VarianceLoc; }
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
4320
auto ToVarianceLoc = importChecked(Err, D->
getVarianceLoc
());
Completed in 38 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026