Searched defs:setBase (Results 1 – 5 of 5) sorted by relevance
| /external/jmonkeyengine/engine/src/core/com/jme3/font/ | ||
| D | BitmapCharacterSet.java | 152 public void setBase(int base) { in setBase() method in BitmapCharacterSet |
| /external/clang/lib/Sema/ | ||
| D | SemaTemplateInstantiate.cpp | 655 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anona7c4f2770111::TemplateInstantiator |
| D | SemaTemplate.cpp | 8167 void setBase(SourceLocation Loc, DeclarationName Entity) { in setBase() function in __anon7a6cd0130611::CurrentInstantiationRebuilder |
| D | TreeTransform.h | 170 void setBase(SourceLocation Loc, DeclarationName Entity) { } in setBase() function |
| /external/clang/include/clang/AST/ | ||
| D | Expr.h | 2402 void setBase(Expr *E) { Base = E; } in setBase() function |