OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getExtQualType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
1128
QualType
getExtQualType
(const Type *Base, Qualifiers Quals) const;
2015
return
getExtQualType
(Ptr, Qc);
2022
return
getExtQualType
(T, Qs);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
2913
ASTContext::
getExtQualType
(const Type *baseType, Qualifiers quals) const {
2931
canon =
getExtQualType
(canonSplit.Ty, canonSplit.Quals);
2959
return
getExtQualType
(TypeNode, Quals);
2991
return
getExtQualType
(TypeNode, Quals);
3021
return
getExtQualType
(TypeNode, Quals);
Completed in 30 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026