OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:astContext
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp
202
static bool IsCompleteType(
ASTContext
&Ctx, QualType Ty) {
270
ASTContext
&
astContext
= svalBuilder.getContext();
271
if (!IsCompleteType(
astContext
, elemType))
279
astContext
.getTypeSizeInChars(elemType),
/external/clang/tools/libclang/
CIndex.cpp
[
all
...]
Completed in 894 milliseconds