Searched defs:AU (Results 1 - 5 of 5) sorted by relevance

/external/clang/tools/libclang/
H A DCursorVisitor.h66 ASTUnit *AU; member in class:clang::cxcursor::CursorVisitor
151 : TU(TU), AU(cxtu::getASTUnit(TU)),
175 ASTUnit *getASTUnit() const { return AU; }
H A DCIndexDiagnostic.cpp162 ASTUnit *AU = cxtu::getASTUnit(TU); local
184 if (AU->stored_diag_size() != Set->getNumDiagnostics()) {
196 CXDiagnosticRenderer Renderer(AU->getASTContext().getLangOpts(),
199 for (ASTUnit::stored_diag_iterator it = AU->stored_diag_begin(),
200 ei = AU->stored_diag_end(); it != ei; ++it) {
H A DCIndex.cpp73 CXTranslationUnit cxtu::MakeCXTranslationUnit(CIndexer *CIdx, ASTUnit *AU) { argument
74 if (!AU)
79 D->TheASTUnit = AU;
87 bool cxtu::isASTReadError(ASTUnit *AU) { argument
88 for (ASTUnit::stored_diag_iterator D = AU->stored_diag_begin(),
89 DEnd = AU->stored_diag_end();
172 return RangeCompare(AU->getSourceManager(), R, RegionOfInterest);
395 if (!AU->getPreprocessor().getPreprocessingRecord())
399 = *AU->getPreprocessor().getPreprocessingRecord();
400 SourceManager &SM = AU
2884 std::unique_ptr<ASTUnit> AU = ASTUnit::LoadFromASTFile( local
[all...]
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java31 static final String AU = "AU"; field in class:RegionCode
/external/clang/lib/Frontend/
H A DASTUnit.cpp130 static OnDiskData &getOnDiskData(const ASTUnit *AU) { argument
135 auto &D = M[AU];
141 static void erasePreambleFile(const ASTUnit *AU) { argument
142 getOnDiskData(AU).CleanPreambleFile();
145 static void removeOnDiskEntry(const ASTUnit *AU) { argument
150 OnDiskDataMap::iterator I = M.find(AU);
157 static void setPreambleFile(const ASTUnit *AU, StringRef preambleFile) { argument
158 getOnDiskData(AU).PreambleFile = preambleFile;
161 static const std::string &getPreambleFile(const ASTUnit *AU) { argument
162 return getOnDiskData(AU)
[all...]

Completed in 197 milliseconds