Searched refs:getUniqueID (Results 26 - 49 of 49) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeAdaptor.h108 - (NSUInteger) getUniqueID:(id<ANTLRTree>)aNode;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeAdaptor.h108 - (NSUInteger) getUniqueID:(id<ANTLRTree>)aNode;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeAdaptor.h108 - (NSUInteger) getUniqueID:(id<ANTLRTree>)aNode;
/external/clang/tools/libclang/
H A DIndexing.cpp100 const llvm::sys::fs::UniqueID &getUniqueID() const { return UniqueID; }
132 const llvm::sys::fs::UniqueID &UniqueID = S.getUniqueID();
212 const llvm::sys::fs::UniqueID &ID = FE->getUniqueID();
226 const llvm::sys::fs::UniqueID &ID = FE->getUniqueID();
232 const llvm::sys::fs::UniqueID &ID = FE->getUniqueID();
H A DCIndex.cpp3205 const llvm::sys::fs::UniqueID &ID = FEnt->getUniqueID();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h164 Asm->GetTempSymbol(Section->getLabelBeginName(), getUniqueID());
166 Asm->GetTempSymbol(Section->getLabelEndName(), getUniqueID());
206 unsigned getUniqueID() const { return UniqueID; } function in class:llvm::DwarfUnit
H A DDwarfDebug.cpp639 NewCU.getUniqueID(), CompilationDir);
935 Asm->GetTempSymbol("cu_ranges", U.getUniqueID()),
1453 Asm->OutStreamer.getContext().setDwarfCompileUnitID(TheCU->getUniqueID());
1893 unsigned ID = TheU->getUniqueID();
2168 return A->getUniqueID() < B->getUniqueID();
2270 Asm->GetTempSymbol("cu_ranges", TheCU->getUniqueID()));
2307 CU.getUniqueID(), CU.getCUNode(), Asm, this, &SkeletonHolder);
2323 *SkeletonHolder.getUnits()[TU.getCU().getUniqueID()]);
2325 auto OwnedUnit = make_unique<DwarfTypeUnit>(TU.getUniqueID(), C
[all...]
H A DDwarfUnit.cpp320 Asm->OutStreamer.hasRawTextSupport() ? 0 : getUniqueID());
2026 Asm->OutStreamer.getDwarfLineTableSymbol(getUniqueID());
2067 Asm->GetTempSymbol(Section->getLabelBeginName(), getUniqueID());
2069 Asm->GetTempSymbol(Section->getLabelEndName(), getUniqueID());
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.java237 public int getUniqueID(Object node) { method in class:BaseTreeAdaptor
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h62 llvm::sys::fs::UniqueID getUniqueID() const { return UID; } function in class:clang::vfs::Status
/external/llvm/include/llvm/Support/
H A DFileSystem.h199 UniqueID getUniqueID() const;
624 std::error_code getUniqueID(const Twine Path, UniqueID &Result);
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp34 : UID(Status.getUniqueID()), MTime(Status.getLastModificationTime()),
45 return getUniqueID() == Other.getUniqueID();
H A DFileManager.cpp485 UniqueRealFiles.erase(Entry->getUniqueID());
H A DSourceManager.cpp1577 if (llvm::sys::fs::getUniqueID(File->getName(), ID))
/external/llvm/lib/Support/
H A DPath.cpp710 std::error_code getUniqueID(const Twine Path, UniqueID &Result) {
715 Result = Status.getUniqueID();
/external/clang/lib/Frontend/
H A DASTUnit.cpp1210 if (!llvm::sys::fs::getUniqueID(MainFilePath, MainFileID)) {
1215 if (!llvm::sys::fs::getUniqueID(MPath, MID)) {
1236 if (!llvm::sys::fs::getUniqueID(MPath, MID)) {
2435 if (!llvm::sys::fs::getUniqueID(CompleteFilePath, CompleteFileID)) {
2438 if (!llvm::sys::fs::getUniqueID(MainPath, MainID)) {
H A DCacheTokens.cpp88 llvm::sys::fs::UniqueID UID = FE->getUniqueID();
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMHelper.java181 public String getUniqueID(Node node) method in class:DOMHelper
/external/chromium_org/third_party/skia/src/gpu/
H A DGrBitmapTextContext.cpp98 uint32_t textureUniqueID = fCurrTexture->getUniqueID();
H A DGrDistanceFieldTextContext.cpp126 uint32_t textureUniqueID = fCurrTexture->getUniqueID();
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as198 public function getUniqueID(node:Object):int { function
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp1442 if (renderTarget->getUniqueID() != fHWBoundRenderTargetUniqueID) {
1704 uint32_t rtID = target->getUniqueID();
2026 uint32_t textureID = texture->getUniqueID();
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py412 def getUniqueID(self, node): member in class:TreeAdaptor
1165 def getUniqueID(self, node): member in class:BaseTreeAdaptor
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 962 milliseconds

12