OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isMacroID
(Results
1 - 25
of
39
) sorted by null
1
2
/external/clang/lib/StaticAnalyzer/Core/
CheckerHelpers.cpp
19
if (S->getLocStart().
isMacroID
())
22
if (S->getLocEnd().
isMacroID
())
CheckerContext.cpp
92
if (Loc.
isMacroID
())
BugReporter.cpp
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp
77
if (CE->getLocStart().
isMacroID
()) {
DeadStoresChecker.cpp
261
if (S->getLocStart().
isMacroID
())
IdempotentOperationChecker.cpp
624
if (Ex->getLocStart().
isMacroID
())
/external/clang/lib/Frontend/
DiagnosticRenderer.cpp
45
assert(Loc.
isMacroID
() && "Only reasonble to call this on macros");
171
if (UnexpandedLoc.isValid() && UnexpandedLoc.
isMacroID
()) {
337
while (Begin.
isMacroID
() && BeginFileID != EndFileID) {
345
while (End.
isMacroID
() && !BeginLocsMap.count(EndFileID)) {
349
if (End.
isMacroID
()) {
355
while (Begin.
isMacroID
() && BeginFileID != CaretLocFileID) {
414
if (OneLevelUp.
isMacroID
())
TextDiagnostic.cpp
838
if (B == E && RI->getEnd().
isMacroID
())
[
all
...]
VerifyDiagnosticConsumer.cpp
628
while (DiagnosticLoc.
isMacroID
())
/external/clang/lib/Edit/
Commit.cpp
224
if (loc.
isMacroID
())
231
if (loc.
isMacroID
())
255
if (loc.
isMacroID
())
262
if (loc.
isMacroID
())
302
if (range.getBegin().
isMacroID
() || range.getEnd().
isMacroID
())
RewriteObjCFoundationAPI.cpp
687
if (literalRange.getBegin().
isMacroID
() ||
688
literalRange.getEnd().
isMacroID
())
837
if (ArgRange.getBegin().
isMacroID
())
[
all
...]
/external/clang/tools/libclang/
CIndexHigh.cpp
138
assert(Loc.
isMacroID
());
140
if (SpellLoc.
isMacroID
())
191
if (Loc.
isMacroID
()) {
286
if (Loc.
isMacroID
()) {
/external/clang/lib/ARCMigrate/
Transforms.cpp
139
if (loc.
isMacroID
()) {
386
if (atLoc.
isMacroID
())
469
if (atLoc.
isMacroID
())
TransGCAttrs.cpp
94
if (Loc.
isMacroID
())
292
if (Loc.
isMacroID
())
TransUnbridgedCasts.cpp
277
assert(Loc.
isMacroID
());
332
if (CastLoc.
isMacroID
()) {
TransEmptyStatementsAndDealloc.cpp
39
if (SemiLoc.isInvalid() || SemiLoc.
isMacroID
())
TransRetainReleaseDealloc.cpp
334
if (!Loc.
isMacroID
())
TransformActions.cpp
594
if (loc.
isMacroID
())
/external/clang/include/clang/Basic/
SourceLocation.h
100
bool
isMacroID
() const { return (ID & MacroIDBit) != 0; }
SourceManager.h
[
all
...]
/external/clang/lib/Analysis/
ReachableCode.cpp
147
if (S->getLocStart().
isMacroID
()) {
/external/clang/lib/Basic/
SourceManager.cpp
[
all
...]
/external/clang/lib/Lex/
PreprocessingRecord.cpp
373
if (Id.getLocation().
isMacroID
())
/external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp
514
if (!Tok.getLocation().
isMacroID
()) {
/external/clang/lib/Sema/
AnalysisBasedWarnings.cpp
452
if (VD->getLocEnd().
isMacroID
())
908
if (L.
isMacroID
())
[
all
...]
Completed in 555 milliseconds
1
2